-
Notifications
You must be signed in to change notification settings - Fork 13
docs: HA system configuration #1416
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
+13
−10
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for GitHub.
|
matea16
approved these changes
Oct 8, 2025
matea16
added a commit
that referenced
this pull request
Oct 8, 2025
* init * feat: Add support for routing based on replica lag (#1409) * docs: Add docs section for replicas' read lag * docs: Improve wording * restructure content --------- Co-authored-by: matea16 <[email protected]> * bug fix: Disable starting HA cluster when --storage-wal-enabled=false for IN_MEMORY_TRANSACTIONAL storage (#1400) * docs: Document snapshot flags and WAL behavior * Update pages/fundamentals/data-durability.mdx --------- Co-authored-by: Matea Pesic <[email protected]> * docs: Document optional init containers (#1407) Co-authored-by: Matea Pesic <[email protected]> * docs: Add support for extraEnv variables (#1401) Co-authored-by: Matea Pesic <[email protected]> * docs: Support custom command for probes (#1397) Co-authored-by: Matea Pesic <[email protected]> * feat: Support MT authentication with bolt+routing on the HA cluster (#1404) * docs: Describe the authentication process * Update pages/clustering/high-availability.mdx --------- Co-authored-by: Matea Pesic <[email protected]> * feat: Use num committed txns for failover and use replication lag as input for the failover decision (#1403) * docs: Document max_failover_replica_lag * docs: Describe the failover process * docs: Clarify and fix the example * Update pages/clustering/high-availability.mdx --------- Co-authored-by: Matea Pesic <[email protected]> * feat: Add ISSU docs (#1389) * ISSU docs * docs: Explain write and read downtime * restructure docs --------- Co-authored-by: matea16 <[email protected]> Co-authored-by: Matea Pesic <[email protected]> * docs: Document extra hooks, volumes and volume mounts (#1410) Co-authored-by: Matea Pesic <[email protected]> * docs: Document HA telemetry (#1414) * docs: Document telemetry data * Apply suggestions from code review --------- Co-authored-by: Matea Pesic <[email protected]> * Drop all indexes and constraints docs (#1391) * drop all indexes and constraints * restructure * add drop all indexes and constraints info on index and constraints pages * update callouts --------- Co-authored-by: matea16 <[email protected]> Co-authored-by: Matea Pesic <[email protected]> * feat: Add optional service monitor to HA chart (#1408) * docs: Document optional service monitor * docs: Clean monitoring chapter * Update pages/getting-started/install-memgraph/kubernetes.mdx --------- Co-authored-by: Matea Pesic <[email protected]> * Remove redundant previous release * Add the first changelog item under memgraph * Add almost half of the Memgraph release noets * Add all available Memgraph release notes * Add all mage release notes * bugfix: make it obvious that user-role maps are not updated (#1419) Co-authored-by: Matea Pesic <[email protected]> * New features: Rename and Force drop database (#1418) * force drop * rename database * updates --------- Co-authored-by: matea16 <[email protected]> * Set nested properties documentation (#1421) * Add documentation for setting nested properties * Apply suggestions from code review * Update cybersecurity guide --------- Co-authored-by: Matea Pesic <[email protected]> * Add text edge index, relevance score and limit parameters to text search docs (#1422) * add relevance score, search limit and text edge index to docs * Apply suggestions from code review --------- Co-authored-by: Matea Pesic <[email protected]> * Add cosine similarity function docs (#1423) * add cosine similarity function * Apply suggestions from code review --------- Co-authored-by: Matea Pesic <[email protected]> * Auth on show schema info documentation (#1424) * Add auth on show schema info * Update pages/deployment/workloads/memgraph-in-graphrag.mdx --------- Co-authored-by: Matea Pesic <[email protected]> * Filter with pattern expressions documentation (#1425) * Add pattern expressions * Apply suggestions from code review --------- Co-authored-by: Matea Pesic <[email protected]> * Add the rest of the changelog items * docs: HA system configuration (#1416) * docs: Extract HA system configuration * Update pages/getting-started/install-memgraph/kubernetes.mdx --------- Co-authored-by: Matea Pesic <[email protected]> --------- Co-authored-by: Andi Skrgat <[email protected]> Co-authored-by: Ivan Milinović <[email protected]> Co-authored-by: Marko Budiselic <[email protected]> Co-authored-by: andrejtonev <[email protected]> Co-authored-by: Josipmrden <[email protected]> Co-authored-by: David Ivekovic <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Release note
Documented how disk space should be set-up on Memgraph instances.
Related product PRs
PRs from product repo this doc page is related to:
memgraph/memgraph#3300
Checklist:
bugfix
orfeature
label, based on the product PR type you're documenting